home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ntsetact / axservic.ocx / 0 / RCDATA / TFRMNTPERSISTENTLOGONAS / TFRMNTPERSISTENTLOGONAS.txt
Encoding:
Text File  |  1999-03-30  |  1.4 KB  |  70 lines

  1. inherited FrmNTPersistentLogonAs: TFrmNTPersistentLogonAs
  2.   Left = 331
  3.   Top = 188
  4.   HelpContext = 1102
  5.   Caption = 'LogonAs'
  6.   OldCreateOrder = True
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object Label1: TLabel [2]
  10.     Left = 2
  11.     Top = 49
  12.     Width = 50
  13.     Height = 13
  14.     Caption = 'UserName'
  15.   end
  16.   object Label2: TLabel [3]
  17.     Left = 2
  18.     Top = 77
  19.     Width = 46
  20.     Height = 13
  21.     Caption = 'Password'
  22.   end
  23.   object edtUserName: TEdit
  24.     Left = 94
  25.     Top = 44
  26.     Width = 145
  27.     Height = 21
  28.     TabOrder = 1
  29.   end
  30.   object edtPassword: TEdit
  31.     Left = 94
  32.     Top = 72
  33.     Width = 145
  34.     Height = 21
  35.     PasswordChar = '*'
  36.     TabOrder = 2
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 0
  40.     Top = 104
  41.     Width = 409
  42.     Height = 77
  43.     BevelOuter = bvNone
  44.     Enabled = False
  45.     TabOrder = 3
  46.     object Memo1: TMemo
  47.       Left = 4
  48.       Top = 8
  49.       Width = 389
  50.       Height = 53
  51.       BorderStyle = bsNone
  52.       Ctl3D = False
  53.       Lines.Strings = (
  54.         
  55.           'In order to have full access to the managed computer you must ha' +
  56.           've '
  57.         
  58.           'administrative privileges. You may use LogonAs property to provi' +
  59.           'de administrative '
  60.         
  61.           'logon. The session with new credentials will be established at t' +
  62.           'he moment of '
  63.         'changing MachineName propety.')
  64.       ParentColor = True
  65.       ParentCtl3D = False
  66.       TabOrder = 0
  67.     end
  68.   end
  69. end
  70.